if (agent.iPhone) {
        deviceInfo.device = 'iPhone';
    } else if (agent.iPad) {
        deviceInfo.device = 'iPad';
    } else if (agent.Mac) {