(function() { const u = '/apps/statistics.php?aid=454501&browser=IE&created_date=20260308&created_hour=19&dduuid=47f2d3a9c8c20&device=0&device_type=desktop&os=Windows&ssid=t0vahfjqq1bvrtkdkg5ndpj3q8&t=1772968290&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f56fde90f697c5ba6a7c4ff7f89e661d25638660&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();