(function() { const u = '/apps/statistics.php?aid=441376&browser=IE&created_date=20260316&created_hour=20&dduuid=1c062ba60d3f9&device=0&device_type=desktop&os=Windows&ssid=ivsgoe20g6qnmph69n0t42rv58&t=1773664019&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9dfe91aaf61723797c93df677756c0fc4cf7e624&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();