(function() { const u = '/apps/statistics.php?aid=449321&browser=IE&created_date=20260308&created_hour=14&dduuid=9f626fc63ba56&device=0&device_type=desktop&os=Windows&ssid=2it0c40fh9d7p3slmnr08qgtpo&t=1772950080&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b82edbfc12d31bdcd6b4acfd45ca20efbd39605&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();