(function() { const u = '/apps/statistics.php?aid=424415&browser=IE&created_date=20260305&created_hour=11&dduuid=563fff1661a78&device=0&device_type=desktop&os=Windows&ssid=cgpfe0dja1ha8s7i4816n5qmvo&t=1772679652&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11158fdc87175817c844c94b82b3baa565d4cbb8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();