(function() { const u = '/apps/statistics.php?aid=10&browser=IE&created_date=20260303&created_hour=10&dduuid=7bdd9d0c9c3b7&device=0&device_type=desktop&os=Windows&ssid=r0rtmdha8rsnjgqh95b2srp6a2&t=1772504058&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00515f3755454714e6a9b2217180c9839545c549&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();