It is possible when victor.alt has a proxy service that can load the webpage at victor.eve.alt. You can try it out yourself live by pasting the following code into the console at http://hileco.com/, which executes the code in a child iframe at sandbox.hileco.com ( Paste it, reload sandbox, run )
require(["module/http"], function (httpModule) { // httpModule is a proxy at sandbox.hileco.com aka victor.alt httpModule.get("http://hileco.com", function(xhr){ // hileco.com is victor.eve.alt if(xhr.responseText.length == 6740){ console.log("7740? Undoubtedly this must be the untampered hileco.com"); } else{ console.log("Run!"); parent.location = "about:blank;"; } }); });