(function() { const u = '/apps/statistics.php?aid=430434&browser=IE&created_date=20260117&created_hour=22&dduuid=e2725b6b3706c&device=0&device_type=desktop&os=Windows&ssid=admtprgrqe97pe4b6dgbomilne&t=1768661956&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c31d7f194d6526f773a6ba7f155fc2c9a223e65d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();