(function() { const u = '/apps/statistics.php?aid=360211&browser=IE&created_date=20260225&created_hour=05&dduuid=014ef1f352bd9&device=0&device_type=desktop&os=Windows&ssid=p2h25qiqb1tfolu3sd92i8hhrm&t=1771967774&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fee255f792983be3c7e1339519f5ae97ab8e975d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();