(function() { const u = '/apps/statistics.php?aid=233192&browser=IE&created_date=20251222&created_hour=21&dduuid=331eed4bfd2b4&device=0&device_type=desktop&os=Windows&ssid=hsvttldlmb93ph8ku4rgno9het&t=1766408457&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=865e60983b2262ed1b8867157f9c50144280af9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();