(function() { const u = '/apps/statistics.php?aid=399463&browser=IE&created_date=20260129&created_hour=11&dduuid=42eb7a745022f&device=0&device_type=desktop&os=Windows&ssid=7vmlqkea31hduaa8d5qn6bchod&t=1769657766&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b86362546ca812982276ef2f9917032491f35a16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();