(function() { const u = '/apps/statistics.php?aid=449321&browser=IE&created_date=20260124&created_hour=13&dduuid=a8ebb547baecc&device=0&device_type=desktop&os=Windows&ssid=2s72f1ee0mclfu19c6sb28dkt2&t=1769232219&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db8943a95ab7b222e361f1d17e7a64e273bd433e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();