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