(function() { const u = '/apps/statistics.php?aid=454466&browser=IE&created_date=20260223&created_hour=20&dduuid=5bbdf78ba44e1&device=0&device_type=desktop&os=Windows&ssid=o5j72lm3eepu5tn80pdk5b7dps&t=1771851027&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb4cb86bf730f06b90c76b097eb7ce61047fe49c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();