(function() { const u = '/apps/statistics.php?aid=344568&browser=IE&created_date=20251221&created_hour=14&dduuid=07ea7888fea6f&device=0&device_type=desktop&os=Windows&ssid=8ct49no1bpgjqac5dlhfi7atoo&t=1766297565&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93dfa3a2d5fc13a1f8483c508cc973285e0ddc2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();