(function() { const u = '/apps/statistics.php?aid=451956&browser=IE&created_date=20260306&created_hour=15&dduuid=9f2c5ea4bd892&device=0&device_type=desktop&os=Windows&ssid=o9mv22p1v7n1k5hrdhaals2aq6&t=1772780571&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ea425da519ccc690c3bd77fd9c2bd19081e88d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();