Well, if we can get a list of valid transactions, you can try recovery.
Normally you'd want to set a loader tunable of vfs.zfs.recover=1, then find the highest numbered transaction, then try something like
# zpool import -N -o readonly=on -f -R /mnt/Media_4TB -F -T <transaction#> Media_4TB
But I'm not sure what zdb incantations will work at this level of damage.