(function() { const u = '/apps/statistics.php?aid=152611&browser=IE&created_date=20260304&created_hour=11&dduuid=da8117f10256d&device=0&device_type=desktop&os=Windows&ssid=08ng15acotptbt2r7r5u90kum4&t=1772594590&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e5fc20ad1b9dadc9c31ed7941479ba02735926d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();