(function() { const u = '/apps/statistics.php?aid=207104&browser=IE&created_date=20260228&created_hour=09&dduuid=02484d82bfd4c&device=0&device_type=desktop&os=Windows&ssid=3ognnfdnpc04l5i1pd7ntdptg2&t=1772241736&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc9ddeae2284b65a0db823b6fa751a00e549700b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();