(function() { const u = '/apps/statistics.php?aid=208264&browser=IE&created_date=20260101&created_hour=16&dduuid=f608787ce8ccf&device=0&device_type=desktop&os=Windows&ssid=oda32tpsgi4mif1ot75iu0go2t&t=1767255230&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e86e4e5bb483a06e8788f72f38ed4f3989621cda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();