(function() { const u = '/apps/statistics.php?aid=544&browser=IE&created_date=20260308&created_hour=03&dduuid=42ba5b7a8ef48&device=0&device_type=desktop&os=Windows&ssid=8a2pg2vn747hrs5444d1fq3e1h&t=1772913016&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f2de13b79c0d26188c20481e2952a41d7457733&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();