(function() { const u = '/apps/statistics.php?aid=449473&browser=IE&created_date=20260225&created_hour=23&dduuid=39f5c24ec7fca&device=0&device_type=desktop&os=Windows&ssid=gurgos0nc6tidqmm3mojvbg5ni&t=1772033327&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba78a89f01f44292227954ed32d25db335b4110a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();