(function() { const u = '/apps/statistics.php?aid=453723&browser=IE&created_date=20260305&created_hour=13&dduuid=352948c7ba92f&device=0&device_type=desktop&os=Windows&ssid=h66ap5mj6s2fjp4v6mffs3rre1&t=1772689868&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a37c0d32b642e9825d9c74a1ce0a55b01e20785b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();