(function() { const u = '/apps/statistics.php?aid=437132&browser=IE&created_date=20260315&created_hour=21&dduuid=705a7b590da09&device=0&device_type=desktop&os=Windows&ssid=j36dpve7cfcpor0nmhr9cp3n2d&t=1773581759&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3aca1cbf09362db67ac566fa1c58e00d7337084c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();