(function() { const u = '/apps/statistics.php?aid=89205&browser=IE&created_date=20260117&created_hour=07&dduuid=2bbed5518b18f&device=0&device_type=desktop&os=Windows&ssid=478aplbqe31ramfn0cdetsiiao&t=1768607550&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d7299ff7e78acab7a726e5b6bc5de77f5550837&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();