(function() { const u = '/apps/statistics.php?aid=207459&browser=IE&created_date=20260113&created_hour=16&dduuid=b97b9e862859e&device=0&device_type=desktop&os=Windows&ssid=tdrkqr792tjb49giqmtv23i8qh&t=1768292036&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0998789f450556e5b1ad6cf127cfadf99a7f6e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();