(function() { const u = '/apps/statistics.php?aid=453999&browser=IE&created_date=20260311&created_hour=01&dduuid=95abc9deaddce&device=0&device_type=desktop&os=Windows&ssid=hnu2c4d6ovn446c9596h8su5nj&t=1773165082&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb33e62d334ef91e29bfda35181076592de8cf78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();