(function() { const u = '/apps/statistics.php?aid=425810&browser=IE&created_date=20260126&created_hour=00&dduuid=1aaa0434e27e4&device=0&device_type=desktop&os=Windows&ssid=rehndc251cvptacb6nh8kon5o8&t=1769359311&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=132e32eee0c40c763dacb45e5e1218ce2e44b283&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();