(function() { const u = '/apps/statistics.php?aid=257372&browser=IE&created_date=20260316&created_hour=10&dduuid=39779bbe502c9&device=0&device_type=desktop&os=Windows&ssid=j9jb4a1hud11d3g5j6ium6t22j&t=1773627727&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=316dc4fb7969d38f40a6feb90e3aae0ef3073b91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();