(function() { const u = '/apps/statistics.php?aid=453808&browser=IE&created_date=20260305&created_hour=00&dduuid=40dcb27c23987&device=0&device_type=desktop&os=Windows&ssid=3q3is6hmh9pnbgfdo7aancge75&t=1772643016&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ec1d85596cc67b7769a810c6a952e3ef4e8cfc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();