(function() { const u = '/apps/statistics.php?aid=406161&browser=IE&created_date=20260225&created_hour=07&dduuid=bc79bfcb628de&device=0&device_type=desktop&os=Windows&ssid=mecvg2vriqrinsgco5gm2g103s&t=1771976565&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2cac5473aa6640e233e701ae26c287f854b1e9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();