(function() { const u = '/apps/statistics.php?aid=19006&browser=IE&created_date=20260311&created_hour=11&dduuid=f32f88cb839c6&device=0&device_type=desktop&os=Windows&ssid=9fifvsl47350kue83u1hlne8oo&t=1773199320&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b53ff34435bb5aba40e9a65b9b93c43e6fa3c517&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();