(function() { const u = '/apps/statistics.php?aid=434648&browser=IE&created_date=20260101&created_hour=19&dduuid=adf79c9c36921&device=0&device_type=desktop&os=Windows&ssid=18fp0ii6r55gh04gliuvjn6kap&t=1767267167&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86fe9ddb10d518ab251b3486727417e81c367b57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();