(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260310&created_hour=11&dduuid=8ecf10e5d34e7&device=0&device_type=desktop&os=Windows&ssid=fast9upheq3a5jb65tfvl82vav&t=1773112128&typeid=16&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b9ea0ebd3888bc96c902daafc3b446ccdabd1a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();