(function() { const u = '/apps/statistics.php?aid=92014&browser=IE&created_date=20260310&created_hour=07&dduuid=1a8cccf560558&device=0&device_type=desktop&os=Windows&ssid=oo8coja46emr2v6hiq5g18ms7n&t=1773100497&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e02a1873072ae5b281812b7768aff5baf39abd1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();