(function() { const u = '/apps/statistics.php?aid=294957&browser=IE&created_date=20260314&created_hour=02&dduuid=95b1f507371b9&device=0&device_type=desktop&os=Windows&ssid=53nnkv9la2u6m24e49c93cnk39&t=1773427669&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32e652edb18d0ad701d744b5a39c9c77ef0d919b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();