(function() { const u = '/apps/statistics.php?aid=257357&browser=IE&created_date=20260316&created_hour=11&dduuid=16347631d2aee&device=0&device_type=desktop&os=Windows&ssid=lrf5ene8kh9ppu7jb7kp53utlf&t=1773633449&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6f35a6b1ca9aa7b71f0452d2f2952554300c874&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();