(function() { const u = '/apps/statistics.php?aid=349390&browser=IE&created_date=20260312&created_hour=08&dduuid=a57a740016b37&device=0&device_type=desktop&os=Windows&ssid=su8bk979uj2rna465285on8ngd&t=1773276843&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f241a7c478f153c4797cbe9fbc9908d41bb9228e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();