(function() { const u = '/apps/statistics.php?aid=209034&browser=IE&created_date=20251229&created_hour=06&dduuid=0da192534f74f&device=0&device_type=desktop&os=Windows&ssid=f50hnu59f572cd8f71r1go5s61&t=1766960830&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf75ba933de5e47882160f8f04b07fd9b3c32514&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();