(function() { const u = '/apps/statistics.php?aid=449339&browser=IE&created_date=20260308&created_hour=12&dduuid=c56f31e0ba6c1&device=0&device_type=desktop&os=Windows&ssid=8cgkemenis9kh9do53q8gr6177&t=1772943781&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43076804d801551283bd3468104e251dc0e65ce6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();