(function() { const u = '/apps/statistics.php?aid=450382&browser=IE&created_date=20260313&created_hour=14&dduuid=b6e6207920f7d&device=0&device_type=desktop&os=Windows&ssid=lv3oqrq2c4027b9pfdtgkm57b5&t=1773384630&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e9895ac4e964009bc81e21da47040ebdbd1df5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();