(function() { const u = '/apps/statistics.php?aid=425677&browser=IE&created_date=20260126&created_hour=02&dduuid=9c7755f8d0a23&device=0&device_type=desktop&os=Windows&ssid=7s6evm8a3n5r8lhllpfjq80r9l&t=1769365218&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a78fde1d4778a75ecb952b390f57485853bd14f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();