(function() { const u = '/apps/statistics.php?aid=433815&browser=IE&created_date=20260102&created_hour=19&dduuid=089c6d178df2a&device=0&device_type=desktop&os=Windows&ssid=dlmlpauajvk9sqerrb7djqnre3&t=1767352324&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=338d3e0e7d19917872d2a23a81978390ed1fce04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();