(function() { const u = '/apps/statistics.php?aid=366128&browser=IE&created_date=20260305&created_hour=23&dduuid=e4454a709204b&device=0&device_type=desktop&os=Windows&ssid=g8b679sci4inrb8dr63m0882d6&t=1772725835&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2881946c57796760eb7b0dd804cd4674be7c4f8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();