(function() { const u = '/apps/statistics.php?aid=366914&browser=IE&created_date=20260225&created_hour=01&dduuid=a2c19c12cc1fa&device=0&device_type=desktop&os=Windows&ssid=to71llq8br1ji43du65f3ai28n&t=1771954916&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=474663c4529a9090ce4f99706c066c412bb96979&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();