(function() { const u = '/apps/statistics.php?aid=47&browser=IE&created_date=20251208&created_hour=11&dduuid=517b6eb2b367f&device=0&device_type=desktop&os=Windows&ssid=vql8e23mhg9tfb9dt00bhda9hv&t=1765165868&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=873d1ebf8973f65b93328b578948dd7597a1a8c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();