(function() { const u = '/apps/statistics.php?aid=452777&browser=IE&created_date=20260310&created_hour=14&dduuid=e09177efd049a&device=0&device_type=desktop&os=Windows&ssid=1a91cfr6mih7ke49s5ogm5bvh1&t=1773125542&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcfd62117a74741e35e7fd433f2cfc006b26eaca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();