(function() { const u = '/apps/statistics.php?aid=404766&browser=IE&created_date=20260307&created_hour=11&dduuid=be50b68faa053&device=0&device_type=desktop&os=Windows&ssid=s0dml3i6to6glkancngkpm87mi&t=1772854416&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70dcbf4d741df466844e08e4436cd92b8bf0cb68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();