(function() { const u = '/apps/statistics.php?aid=38458&browser=IE&created_date=20260112&created_hour=23&dduuid=8b01c1e8c1060&device=0&device_type=desktop&os=Windows&ssid=db70h2jhetrfub1uuvok0kcr69&t=1768233459&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a584d06952ba378a73ceff055b040bf649c0eb8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();