(function() { const u = '/apps/statistics.php?aid=452996&browser=IE&created_date=20260312&created_hour=02&dduuid=fde5b78bb2769&device=0&device_type=desktop&os=Windows&ssid=26t06rnm1d22d2ini6r3knaadg&t=1773252571&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3bff31cd0682a9d739aaefdaf59e1d515156a8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();