(function() { const u = '/apps/statistics.php?aid=266026&browser=IE&created_date=20260315&created_hour=08&dduuid=6d7a8ad73e024&device=0&device_type=desktop&os=Windows&ssid=vems5se41tpm6mspunbotr782v&t=1773536293&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3958394188c2099ee79db5d1653c4841bd75242&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();