(function() { const u = '/apps/statistics.php?aid=455546&browser=IE&created_date=20260310&created_hour=10&dduuid=b93702258d3d1&device=0&device_type=desktop&os=Windows&ssid=ir03jf6089g7v54gitic2vn759&t=1773110950&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce9d4631a851f9eed450325c73e31fbbcc229afc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();