(function() { const u = '/apps/statistics.php?aid=444882&browser=IE&created_date=20260312&created_hour=20&dduuid=147ba30f8c9b4&device=0&device_type=desktop&os=Windows&ssid=f67ivs04drukjos3tmc8p2qia8&t=1773319166&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d42077b9deca8df3879fe5ff12183e599c02d703&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();