(function() { const u = '/apps/statistics.php?aid=451865&browser=IE&created_date=20260225&created_hour=02&dduuid=47b59944b6966&device=0&device_type=desktop&os=Windows&ssid=03oje3gh9m2a6fs0i8c1qlbmga&t=1771959356&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=417349ff254ff4344c0ad1f1ac93306e520a026e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();