(function() { const u = '/apps/statistics.php?aid=456003&browser=IE&created_date=20260308&created_hour=00&dduuid=12138653293d0&device=0&device_type=desktop&os=Windows&ssid=94v4kk4ea7r1112gi1nd4mgrpt&t=1772902254&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85b4cf61afbaf84ed99dfa18aa03434c71d78746&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();