(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260227&created_hour=06&dduuid=d81762976c199&device=0&device_type=desktop&os=Windows&ssid=5m9427nd5ltfh7dghj9ur5lf2m&t=1772144848&typeid=13&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd7e97b1bb96d86f9e52e8937753ad88946050c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();