(function() { const u = '/apps/statistics.php?aid=370660&browser=IE&created_date=20260305&created_hour=17&dduuid=16f3c90b74c2c&device=0&device_type=desktop&os=Windows&ssid=ht1l43unkfevtjgjfh4tmg3fcu&t=1772704339&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3369e2c34ba5fc299cfd04751b71b4b795616636&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();