(function() { const u = '/apps/statistics.php?aid=208895&browser=IE&created_date=20251229&created_hour=17&dduuid=e9595e0abcfcd&device=0&device_type=desktop&os=Windows&ssid=pn9dvjeuoph7sr3vcehfnrrcd5&t=1766999054&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=221eb4d7f9c919334bf879a400338e6803ecd850&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();