(function() { const u = '/apps/statistics.php?aid=448797&browser=IE&created_date=20260226&created_hour=06&dduuid=e3e9c3b610a49&device=0&device_type=desktop&os=Windows&ssid=aqrpb91oqtadrrcmfdfjnko3ts&t=1772056812&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca73c642ed646985911e4f094844a18126ca6a3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();