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