(function() { const u = '/apps/statistics.php?aid=82907&browser=IE&created_date=20260227&created_hour=13&dduuid=933bf022cc94e&device=0&device_type=desktop&os=Windows&ssid=fi44gjeehrlnlco4i4er4dn2do&t=1772170512&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dda17e9db54fadd3b05f0eda44c34a5c1acbbc6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();