(function() { const u = '/apps/statistics.php?aid=258689&browser=IE&created_date=20251223&created_hour=18&dduuid=ae7979ad2037f&device=0&device_type=desktop&os=Windows&ssid=oi7g0b2tkfiaoo3lhna0cue2kf&t=1766486963&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1edd9c4cada6f64d412b43181c5b0382e58ba04f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();