(function() { const u = '/apps/statistics.php?aid=448297&browser=IE&created_date=20260122&created_hour=00&dduuid=cf1926d4358a6&device=0&device_type=desktop&os=Windows&ssid=6jueeb4igsb0fn2b2mfhbh7edd&t=1769013240&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfa3fe02b1f5f70d24461ef36644e00d1ab91dff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();