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