(function() { const u = '/apps/statistics.php?aid=158871&browser=IE&created_date=20260122&created_hour=02&dduuid=159a77066f31c&device=0&device_type=desktop&os=Windows&ssid=7qnm0858ssmo63pr0a0lk2vqmq&t=1769020310&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2a944b3d4f5951c7efd2baf0378bf8b26e47c8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();