(function() { const u = '/apps/statistics.php?aid=442735&browser=IE&created_date=20260224&created_hour=01&dduuid=849d1786fc3db&device=0&device_type=desktop&os=Windows&ssid=g2ufmt8etahtp4u1f623jrlneg&t=1771866263&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=035589e3033a54be2e01d592fa8a750e9edb6db4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();