(function() { const u = '/apps/statistics.php?aid=21141&browser=IE&created_date=20260119&created_hour=09&dduuid=20b55cbb2af5f&device=0&device_type=desktop&os=Windows&ssid=8h0j9leo57t7g63b0ucemk05g7&t=1768786329&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07095c83a479e296ed1bbcf7383e31f5708dda83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();