(function() { const u = '/apps/statistics.php?aid=454641&browser=IE&created_date=20260310&created_hour=22&dduuid=7af5e0f3c2284&device=0&device_type=desktop&os=Windows&ssid=6k0dg4pf7979jejukd5li0n1d8&t=1773154707&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d6a315e97ceb89144af8de21c7f2b84211d08b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();