When episode URLs contain 'ashdi.vip', use HostStreamProxy to generate
the play URL instead of the standard accsArgs call URL method. This
provides better compatibility with this specific streaming provider.
Refactor episode link construction to use a common BuildStreamUrl method
in Makhno and UaTUT controllers, and add streamlink support to UAKino
controller. This change standardizes how streaming URLs are generated and
passed to the episode template, reducing code duplication and improving
maintainability.