(function() { const u = '/apps/statistics.php?aid=207899&browser=IE&created_date=20260103&created_hour=02&dduuid=8690a6655841c&device=0&device_type=desktop&os=Windows&ssid=loro0p0oce0eg4055kkbhumm9n&t=1767378775&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e5b316c19b81abbbe46d389bd74fc7fb4377175&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();