(function() { const u = '/apps/statistics.php?aid=435270&browser=IE&created_date=20251129&created_hour=20&dduuid=e45213a90c661&device=0&device_type=desktop&os=Windows&ssid=17ugk7s2gbgf87fssd03e4qcrr&t=1764418547&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3137c2a264fa3fddc61cdf790b7e8755752ed13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();