(function() { const u = '/apps/statistics.php?aid=404074&browser=IE&created_date=20260225&created_hour=17&dduuid=6b3700491947d&device=0&device_type=desktop&os=Windows&ssid=mt9ff434r7fahl3fogmim70log&t=1772013331&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b27bffefcd428f135ea22feec32029ff746eda14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();