(function() { const u = '/apps/statistics.php?aid=452481&browser=IE&created_date=20260311&created_hour=03&dduuid=3420f53a4d4fe&device=0&device_type=desktop&os=Windows&ssid=kse8d69nc7ohr2if2h95f27qvm&t=1773171183&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=724d9ef595491d984073c07adabdf0332a441297&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();