(function() { const u = '/apps/statistics.php?aid=444453&browser=IE&created_date=20251220&created_hour=17&dduuid=03ff5e04bb811&device=0&device_type=desktop&os=Windows&ssid=0hdngomgceou80ug3f7sirr1jd&t=1766224746&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77486943b67e19862b2568e6a177a713865bd594&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();