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