(function() { const u = '/apps/statistics.php?aid=420193&browser=IE&created_date=20260103&created_hour=04&dduuid=327b401a07515&device=0&device_type=desktop&os=Windows&ssid=a15r2ii8uidv2onruse9gcn4tq&t=1767385754&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd7897d3e486bdb03c86136f4b46e78f674e7408&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();