(function() { const u = '/apps/statistics.php?aid=451841&browser=IE&created_date=20260225&created_hour=03&dduuid=6459cedfcc18c&device=0&device_type=desktop&os=Windows&ssid=3lgneg4h4na5ivj59v7i63j73t&t=1771962886&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ab6d5b144c6b70e01036749b25fce009500aa11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();