(function() { const u = '/apps/statistics.php?aid=454049&browser=IE&created_date=20260224&created_hour=10&dduuid=176e414f57f88&device=0&device_type=desktop&os=Windows&ssid=h66queuhs0l3t39781v8jp1p49&t=1771900078&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48c80af1d8f21fb154e1583468b72795cf5c70de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();