(function() { const u = '/apps/statistics.php?aid=453805&browser=IE&created_date=20260312&created_hour=07&dduuid=c68da25a08928&device=0&device_type=desktop&os=Windows&ssid=v8cfi0uosgq7jl657sfnf6vlvs&t=1773272701&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7fa7e89fe90b7d39d64803ddbeff75d227355850&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();