(function() { const u = '/apps/statistics.php?aid=210488&browser=IE&created_date=20251222&created_hour=22&dduuid=0a78d1228aa10&device=0&device_type=desktop&os=Windows&ssid=dq0r0l46in1qfs9oe6v867ug6c&t=1766413546&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01d8a0fe69a51052da2ef53eb0fe306787387113&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();