(function() { const u = '/apps/statistics.php?aid=447375&browser=IE&created_date=20260123&created_hour=09&dduuid=715ac85f7b450&device=0&device_type=desktop&os=Windows&ssid=hbk01om2ibeginslibeoo1i20a&t=1769130568&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc8e7610eb72c168584d0c47e17da30d9f737cd5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();