(function(d) {
var queryParams = '?';
queryParams = queryParams.slice(0, -1);
var newiframe = document.createElement('iframe');
newiframe.setAttribute('width','600');
newiframe.setAttribute('height','400');
newiframe.setAttribute('title', '');
newiframe.setAttribute('allowFullScreen','true');
newiframe.setAttribute('webkitallowfullscreen','true');
newiframe.setAttribute('mozallowfullscreen','true');
newiframe.setAttribute('src','https://www.aparat.com/video/video/embed/videohash/4ZuTt/vt/frame' + queryParams);
setTimeout(function(){
document.getElementById('').appendChild(newiframe);
}, 200);
})();