(function() { const u = '/apps/statistics.php?aid=141230&browser=IE&created_date=20260307&created_hour=19&dduuid=4864ab66295dd&device=0&device_type=desktop&os=Windows&ssid=cj4enetcpl0nqqmkkimohor80h&t=1772881516&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4a1cd7f0bb4374e1f7b3ed4f6963e01fdfa94af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();