(function() { const u = '/apps/statistics.php?aid=424822&browser=IE&created_date=20260306&created_hour=18&dduuid=c0a7721770a3c&device=0&device_type=desktop&os=Windows&ssid=his2m7os2jqn9hv0ugjrrrhj6j&t=1772791584&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b79223aba584ee6809b6b451d53024f0e33dd157&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();