(function() { const u = '/apps/statistics.php?aid=207862&browser=IE&created_date=20260103&created_hour=04&dduuid=02e18a0f3bbe3&device=0&device_type=desktop&os=Windows&ssid=8t0o9605vkjrl43rf35jkqt31e&t=1767385866&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d76bd226889d78908b54ff6cda68c99174160e4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();