(function() { const u = '/apps/statistics.php?aid=417208&browser=IE&created_date=20260117&created_hour=11&dduuid=94d81b608542d&device=0&device_type=desktop&os=Windows&ssid=e0n4qohq4kp9qj7t139m2c2nls&t=1768619337&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ef9d78025d5a70d5016147a8f97ef4490d0a8d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();