(function() { const u = '/apps/statistics.php?aid=450953&browser=IE&created_date=20260225&created_hour=14&dduuid=0b4ecdb9493db&device=0&device_type=desktop&os=Windows&ssid=k95vp424tcsq5eq8hvdk64knrs&t=1771999448&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58344a0790df58abbd2cd25e150592d6f33ae052&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();