(function() { const u = '/apps/statistics.php?aid=257363&browser=IE&created_date=20260120&created_hour=06&dduuid=ea82bb37a6931&device=0&device_type=desktop&os=Windows&ssid=84eoif1jdr519h65otoanu1e2m&t=1768861954&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a2cdd84c1d2dfb8ac6e099259f3f2354cf0a478&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();