(function() { const u = '/apps/statistics.php?aid=47120&browser=IE&created_date=20260124&created_hour=15&dduuid=c3791e993f3dc&device=0&device_type=desktop&os=Windows&ssid=4n0pbudmt9mnru7bmv63ea3e5k&t=1769240671&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63429c453736e70b940548cc8fd27f9f29c93738&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();