(function() { const u = '/apps/statistics.php?aid=439821&browser=IE&created_date=20260315&created_hour=10&dduuid=82f21152d48b6&device=0&device_type=desktop&os=Windows&ssid=746its3nseu4v8vj97a6j4g8a4&t=1773540573&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a43c14ff9c5e8574e33e57934a5e465ceb8048c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();