(function() { const u = '/apps/statistics.php?aid=444168&browser=IE&created_date=20260317&created_hour=00&dduuid=e63d97ad8dc49&device=0&device_type=desktop&os=Windows&ssid=1ab02c9mttfgoe6rfd9naauqqf&t=1773679963&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee3870d79797fe3b88b06ec2986722994d345292&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();