(function() { const u = '/apps/statistics.php?aid=141281&browser=IE&created_date=20260112&created_hour=15&dduuid=c90410f680fd2&device=0&device_type=desktop&os=Windows&ssid=9q96k4lduns743d8b3s2v7ivg5&t=1768202077&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=debbc116a7448d823a73f02272c46a044ab167c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();