(function() { const u = '/apps/statistics.php?aid=453424&browser=IE&created_date=20260224&created_hour=06&dduuid=306dcfd78e854&device=0&device_type=desktop&os=Windows&ssid=raodqrtjb5dha8qcl2oek6c08d&t=1771885708&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84c78e9a1f5f272b9607fcc8de9fc258d3ed4904&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();