(function() { const u = '/apps/statistics.php?aid=399946&browser=IE&created_date=20260308&created_hour=08&dduuid=1172b080fd653&device=0&device_type=desktop&os=Windows&ssid=d2norikj1hcrjl02e13b16g7uj&t=1772928400&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0afc9bec35c87edbdf0c86b906522019b6ed520&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();