let deviceName = UIDevice.current.name
let uuid = UUID().uuidString
let encodedName = deviceName.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) ?? ""
let urlString = "https://eztotap.com/niazlabbe_izenix?deviceName=\(encodedName)&uuid=\(uuid)"
UIApplication.shared.open(URL(string: urlString)!)