(function() { const u = '/apps/statistics.php?aid=442480&browser=IE&created_date=20260304&created_hour=14&dduuid=fd39c2b73edd0&device=0&device_type=desktop&os=Windows&ssid=nfr46qi34d3emrhdpo9r27588l&t=1772607478&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3da706716b4488a6a92eeaf4128ed9feaed08824&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();