(function() { const u = '/apps/statistics.php?aid=444&browser=IE&created_date=20260312&created_hour=11&dduuid=7f1dfa1c72289&device=0&device_type=desktop&os=Windows&ssid=3tobvt8pbremi3rgafg9a22r2m&t=1773284949&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a9a4cc8c5e31dc31cd210fa5fc6309964accb0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();