if (agent.Android) {
        deviceInfo.os = 'Android';
    } else if (agent.iOS) {
        deviceInfo.os = 'IOS';
    } else if (agent.webOS) {