(function() { const u = '/apps/statistics.php?aid=141226&browser=IE&created_date=20260225&created_hour=21&dduuid=5087c575d8dc1&device=0&device_type=desktop&os=Windows&ssid=hlru8rblh0nq5cph6eq5gg1o28&t=1772026627&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56a20179dfbb6714801cb5fdf7f997c070d3f754&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();