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