(function() { const u = '/apps/statistics.php?aid=47124&browser=IE&created_date=20260224&created_hour=07&dduuid=e9d2e5347796e&device=0&device_type=desktop&os=Windows&ssid=6tj72f0onsp7su50629po40nm8&t=1771890591&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97c57f8feb3eb3cb0505a0f4c3bb71b1c010c83c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();