(function() { const u = '/apps/statistics.php?aid=448580&browser=IE&created_date=20260308&created_hour=15&dduuid=2044164b83ce2&device=0&device_type=desktop&os=Windows&ssid=dvt0mhb238emlc9aslan3ikfn0&t=1772953950&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fbf70e65a861f23369651b99e972f992cb1951f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();