(function() { const u = '/apps/statistics.php?aid=431269&browser=IE&created_date=20260116&created_hour=08&dduuid=9353ea46bcb52&device=0&device_type=desktop&os=Windows&ssid=h0a6alb3b2fn3aan5n2bg6e8bo&t=1768523357&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4d14cd6b4bcbf7790a05a623ca3a75310dbfae8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();