(function() { const u = '/apps/statistics.php?aid=38462&browser=IE&created_date=20260122&created_hour=18&dduuid=12d9910c0af81&device=0&device_type=desktop&os=Windows&ssid=5aff545p15orpklobvi7jhgh15&t=1769077960&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=295d0d743d6ef2f2691a146d29e16a1c185d8e3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();