(function() { const u = '/apps/statistics.php?aid=14723&browser=IE&created_date=20260123&created_hour=09&dduuid=5d5c48a4207b5&device=0&device_type=desktop&os=Windows&ssid=i5c7eanee6njhp0rtip43ojuri&t=1769130618&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c75c0006de02ee0d854537a340cdff195fe6c2cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();