(function() { const u = '/apps/statistics.php?aid=375487&browser=IE&created_date=20260311&created_hour=13&dduuid=b9f8b38fa7b5c&device=0&device_type=desktop&os=Windows&ssid=oid5gjr0ap5ph4omg0usqbkqo9&t=1773206655&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e275663f9576ec62dbd3548195589903ba9b26b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();