(function() { const u = '/apps/statistics.php?aid=149449&browser=IE&created_date=20260308&created_hour=02&dduuid=ee9d0c8c77948&device=0&device_type=desktop&os=Windows&ssid=91a34dkorn2hn979ob9d61ja61&t=1772909240&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff02daf7e0c8ed434a72351d6be1d24b67d05ed7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();