(function() { const u = '/apps/statistics.php?aid=411662&browser=IE&created_date=20260304&created_hour=11&dduuid=bca5d5b4a8cbe&device=0&device_type=desktop&os=Windows&ssid=bjfr2b7jr44rcvg8e7fcp4so6b&t=1772595257&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0bd9eb1236b82686c52681af97a3da00688ad52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();