(function() { const u = '/apps/statistics.php?aid=50&browser=IE&created_date=20251207&created_hour=22&dduuid=3148e195537ee&device=0&device_type=desktop&os=Windows&ssid=sh4mb506tr3sh8ks1lf4d36anh&t=1765116725&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=298c40c5e6c6e9923566c75acba0ab5c539fc1a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();