(function() { const u = '/apps/statistics.php?aid=81597&browser=IE&created_date=20260112&created_hour=01&dduuid=25e598dd8dd48&device=0&device_type=desktop&os=Windows&ssid=b9djo6jq6ok60q3p58lmvr0n2r&t=1768150974&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4899f4f17b52804dff0dc0fd696ec64dc01206b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();