(function() { const u = '/apps/statistics.php?aid=439803&browser=IE&created_date=20260315&created_hour=01&dduuid=fe5bccb1c89be&device=0&device_type=desktop&os=Windows&ssid=tvs7k2ibp37j1mo54e5k6fpa9d&t=1773509550&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbc017804a4678956563ca93d269b528d75b3480&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();