(function() { const u = '/apps/statistics.php?aid=455589&browser=IE&created_date=20260208&created_hour=07&dduuid=b16857a68e00f&device=0&device_type=desktop&os=Windows&ssid=nplog7lo8rc3vjfuglhnnu5opq&t=1770508551&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=203dc5a468c69d6bb177c31851a4e15c5342b5aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();