(function() { const u = '/apps/statistics.php?aid=398461&browser=IE&created_date=20260304&created_hour=02&dduuid=3102452503488&device=0&device_type=desktop&os=Windows&ssid=j068m6mfkq690gd9s0mlo0vas2&t=1772562992&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c9713d79d222dfa88d4ad167a7f12e37e864663&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();