(function() { const u = '/apps/statistics.php?aid=446892&browser=IE&created_date=20260122&created_hour=19&dduuid=63ff1db065dd4&device=0&device_type=desktop&os=Windows&ssid=v5kdpd3sk8hf29rbodfgspph1p&t=1769079935&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb4898b87e51ae2b79b578f40a9e087665e4d8fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();