(function() { const u = '/apps/statistics.php?aid=442323&browser=IE&created_date=20260305&created_hour=17&dduuid=34c19f15e8c30&device=0&device_type=desktop&os=Windows&ssid=365kicf096ie4scugesspubnpd&t=1772702774&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8d12d1c8a2f371256a391c17e89b4e32670a21f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();