(function() { const u = '/apps/statistics.php?aid=21094&browser=IE&created_date=20251129&created_hour=21&dduuid=c46fadcd4753b&device=0&device_type=desktop&os=Windows&ssid=g9puh9kvjnrvr1e7n2234g3nrt&t=1764423590&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f07112bb7a8960582a73547e4df981d09b258f85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();