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