(function() { const u = '/apps/statistics.php?aid=460412&browser=IE&created_date=20260315&created_hour=17&dduuid=5d933a0d7f4a0&device=0&device_type=desktop&os=Windows&ssid=n84n3hg94kko45naa4mtleponn&t=1773568537&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed86f7c5e728153f29279246f6289b6b4db79ff7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();