(function() { const u = '/apps/statistics.php?aid=431220&browser=IE&created_date=20260312&created_hour=15&dduuid=3590a40e9ce8e&device=0&device_type=desktop&os=Windows&ssid=grngnoo6egumpo3t1hqth6sepm&t=1773299304&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47b121a602314dd64c950cc77afc80aaef8cd35b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();