(function() { const u = '/apps/statistics.php?aid=54360&browser=IE&created_date=20260310&created_hour=19&dduuid=600f87048984c&device=0&device_type=desktop&os=Windows&ssid=k81tchbl3j4c5i04hc8nfnuf8m&t=1773140462&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5daf43304e2336984270072b318cfb9110726c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();