(function() { const u = '/apps/statistics.php?aid=398000&browser=IE&created_date=20260224&created_hour=01&dduuid=dfd3ac47d7aa9&device=0&device_type=desktop&os=Windows&ssid=bst7sb4sgbp39kva363h0mel9r&t=1771866728&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29754cc98dae2fda2ac0de6c5b7093df96fdfe71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();