(function() { const u = '/apps/statistics.php?aid=449275&browser=IE&created_date=20260124&created_hour=00&dduuid=87761e55f6f6c&device=0&device_type=desktop&os=Windows&ssid=52nf9kegt22ovek8m1sla4n0h6&t=1769184473&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4656ef1dfa9d54acb099871953b4c374581533ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();