(function() { const u = '/apps/statistics.php?aid=439584&browser=IE&created_date=20260227&created_hour=22&dduuid=b53675a5452db&device=0&device_type=desktop&os=Windows&ssid=jim3m2l4612tcgql8k8lhqi87m&t=1772202765&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7cb7ead19aabef9d7d65a59d44c522915207d25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();