(function() { const u = '/apps/statistics.php?aid=42756&browser=IE&created_date=20260310&created_hour=21&dduuid=91790b0fd2c4f&device=0&device_type=desktop&os=Windows&ssid=l0r7re3ddg2gobnt6a0oohevqo&t=1773149971&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f1770e18aaf97e29f8b254c61a3968c9a16bcb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();