(function() { const u = '/apps/statistics.php?aid=16101&browser=IE&created_date=20251220&created_hour=09&dduuid=55636a72ecf32&device=0&device_type=desktop&os=Windows&ssid=5925uogr2uta6qi6plpqagq4h8&t=1766194604&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48c14325745fb69881e436874c5043466c493904&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();