(function() { const u = '/apps/statistics.php?aid=337954&browser=IE&created_date=20260313&created_hour=01&dduuid=9e13109b38ae9&device=0&device_type=desktop&os=Windows&ssid=1n9l1sm2503nhb0jh86ui96h4i&t=1773336480&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4abbf530ab233763e5b007087651af9e279178b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();