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