What is the script to Application.LoadLevel() if each level is at an unchanging remote URL?

Consider using AssetBundles. These can be loaded using the WWW class and can contain models, scenes etc. They cannot contain code.