private getDcq() {
    // eslint-disable-next-line @typescript-eslint/no-explicit-any
    const global = window as any
    if (!global._dcq) {
      throw new Error('DCQ not found')