(function() { const u = '/apps/statistics.php?aid=439648&browser=IE&created_date=20260313&created_hour=18&dduuid=da8f11bc60e84&device=0&device_type=desktop&os=Windows&ssid=rfvsurltkn503c86qrljca5fa1&t=1773399035&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96f46082d40d411418da60c0e1be6b74e84b8d18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();