(function() { const u = '/apps/statistics.php?aid=407114&browser=IE&created_date=20260306&created_hour=09&dduuid=ebae020675932&device=0&device_type=desktop&os=Windows&ssid=5o59r608a8akj9qaiouh9loood&t=1772761293&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92494924f3753d570a1fe6e55ee48391dd889f1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();