(function() { const u = '/apps/statistics.php?aid=86379&browser=IE&created_date=20260304&created_hour=14&dduuid=57cdc28920819&device=0&device_type=desktop&os=Windows&ssid=ko2bibib8s4v7k0821bfhhj9v4&t=1772604416&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a77241880e11fea061477d9cfcc24ece1299bc6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();