(function() { const u = '/apps/statistics.php?aid=450221&browser=IE&created_date=20260308&created_hour=02&dduuid=92c1e04ec856d&device=0&device_type=desktop&os=Windows&ssid=f9lgmttdkre82ffrgs55u2l72n&t=1772907625&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4bc30d376af726ff9445ba2e4a46da2c7f0ceb42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();