(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260303&created_hour=10&dduuid=e705782f5fdb2&device=0&device_type=desktop&os=Windows&ssid=8p23s8hbrid8lgsaher5rm7mdk&t=1772503732&typeid=18&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5ba4625a506335e42b88feb765052001c9965ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();