(function() { const u = '/apps/statistics.php?aid=83819&browser=IE&created_date=20260117&created_hour=13&dduuid=e56bc82210282&device=0&device_type=desktop&os=Windows&ssid=nvgunfd6i3aqgei7u4g8sfvuqc&t=1768626752&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92193ddb3ff98ac8e6bf6770985a7f8fc793ddd5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();