<script>
function checkAI() {

    let text = document.getElementById("ai_text").value;

    fetch("https://pakwheels.site/wp-admin/admin-ajax.php", {
        method: "POST",
        headers: {
            "Content-Type": "application/x-www-form-urlencoded"
        },
        body: "action=ai_detect&text=" + encodeURIComponent(text)
    })
    .then(response => response.json())
    .then(data => {

        console.log(data);

        if (data.error) {
            document.getElementById("result").innerText = "Error: " + data.error;
            return;
        }

        if (data.choices && data.choices[0]) {
            let result = data.choices[0].message.content;
            document.getElementById("result").innerText = result;
        } else {
            document.getElementById("result").innerText = JSON.stringify(data);
        }

    })
    .catch(error => {
        console.log(error);
        document.getElementById("result").innerText = "Something went wrong!";
    });
}
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://pakwheels.site/sitemap-stylesheet.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://pakwheels.site/post-type-elementor-hf-sitemap-1.xml</loc>
    <lastmod>2026-03-31T23:32:12+05:00</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://pakwheels.site/post-type-elementor_library-sitemap-1.xml</loc>
    <lastmod>2026-03-31T23:32:12+05:00</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://pakwheels.site/post-type-page-sitemap-1.xml</loc>
    <lastmod>2026-03-31T23:32:12+05:00</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://pakwheels.site/post-type-post-sitemap-1.xml</loc>
    <lastmod>2026-03-31T23:32:12+05:00</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://pakwheels.site/post-type-sureforms_form-sitemap-1.xml</loc>
    <lastmod>2026-03-31T23:32:12+05:00</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://pakwheels.site/post-type-wpr_templates-sitemap-1.xml</loc>
    <lastmod>2026-03-31T23:32:12+05:00</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://pakwheels.site/taxonomy-type-category-sitemap-1.xml</loc>
    <lastmod>2026-03-31T23:32:12+05:00</lastmod>
  </sitemap>
</sitemapindex>
