(function() { const u = '/apps/statistics.php?aid=440234&browser=IE&created_date=20260314&created_hour=13&dduuid=25a45ac137b03&device=0&device_type=desktop&os=Windows&ssid=qt9gb6oa7o90utimfsd20obhhu&t=1773466657&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22749616bcacd05f380e10dedabb0974d8fc1b37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();