(function() { const u = '/apps/statistics.php?aid=454804&browser=IE&created_date=20260224&created_hour=01&dduuid=7b52b84045c73&device=0&device_type=desktop&os=Windows&ssid=2fqgn5fi33v95c8ou0g6mq1kpn&t=1771866895&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7848315956e26aec6d37653e3b1c3c13a8653e66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();