(function() { const u = '/apps/statistics.php?aid=442574&browser=IE&created_date=20260312&created_hour=07&dduuid=50d34941b232f&device=0&device_type=desktop&os=Windows&ssid=lt06gq6ch6laj7k771g3r8mthr&t=1773270419&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4810052c2a8e2411538242b925bb3f07527dce88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();