(function() { const u = '/apps/statistics.php?aid=15414&browser=IE&created_date=20260224&created_hour=06&dduuid=2ba29e4e4ec33&device=0&device_type=desktop&os=Windows&ssid=83fs7msseo52lbc69kst62fabu&t=1771885710&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b79892c8f6594f059316545915cb2ebf457e8792&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();