(function() { const u = '/apps/statistics.php?aid=417&browser=IE&created_date=20260304&created_hour=08&dduuid=232c29884c825&device=0&device_type=desktop&os=Windows&ssid=ongd67h3m5j0221r21o60o8j1r&t=1772582516&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db3352ed365b56275f6d995d9e223fa8007eb2ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();