(function() { const u = '/apps/statistics.php?aid=445743&browser=IE&created_date=20260306&created_hour=07&dduuid=5de35ba79adc7&device=0&device_type=desktop&os=Windows&ssid=if9nnhpbe669ptn7voilmi8c5e&t=1772753565&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1c94686c596259d0b4bb9db226cb5e457ebca3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();