(function() { const u = '/apps/statistics.php?aid=451542&browser=IE&created_date=20260123&created_hour=21&dduuid=6b135dbc729d4&device=0&device_type=desktop&os=Windows&ssid=fooichtejf25cs2cofvj7t3kub&t=1769173402&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=773d1edb8c997a891251c2d6abde8d4800a9858d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();